Fix Makefile booboo
This commit is contained in:
parent
b89c79b5a8
commit
8a7574fa99
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
CC = cc
|
||||
CFLAGS = -g -Wall -O2
|
||||
LDFLAGS =
|
||||
HEADERS = charset.h basic.h hexdump.h
|
||||
OBJS = charset.o basic.o hexdump.o main.o
|
||||
NAME = zxdump
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue