X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Ffpga.git;a=blobdiff_plain;f=fx2%2FMakefile;fp=fx2%2FMakefile;h=d8472580891ac18bd086ebcf93a2e4ecd0b556ae;hp=3b3c0b86fb3bab62a60bb5fe8d50c85debdc9c8f;hb=df3c4395bc496254267b53c2e4ae1ee879f1a00d;hpb=b2ba08089cf51703bbf546f3171a3aeaef6b450f diff --git a/fx2/Makefile b/fx2/Makefile index 3b3c0b8..d847258 100644 --- a/fx2/Makefile +++ b/fx2/Makefile @@ -3,10 +3,15 @@ CFLAGS = -Wall -O3 OBJECTS = ee2ihex usb_bulk_test -all: $(OBJECTS) +all: $(OBJECTS) fx2 + +fx2: + sdcc fx2.c clean: rm -f $(OBJECTS) + rm -f fx2.ihx + rm -f *.asm rm -f *.lnk rm -f *.lst rm -f *.map