working undump

This commit is contained in:
2023-10-03 16:19:22 -07:00
parent 0e42524d76
commit a43054deec
5 changed files with 155 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
TARGETS := hello test undump
TARGETS := test undump
LIBS := binary.pas ihex.pas
FPC_FLAGS := -g
FPC := fpc $(FPC_FLAGS)
@@ -10,9 +10,6 @@ all: $(TARGETS)
clean:
rm -f *.o $(TARGETS)
hello: hello.pas
$(FPC) $@.pas
test: test.pas $(LIBS)
$(FPC) $@.pas