X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=2bedcd7d498f1284a4a9b842e6c74a9ae6b062c7;hb=97a56cdcbeec2a086cfc7f03cfec35a1ff512d2d;hp=ede4b6a97cd952b76ad8c4aed921c3e807fe401d;hpb=f8ea7e9ad41c4f848cc99a07e323e645735414cf;p=c128-kasse diff --git a/Makefile b/Makefile index ede4b6a..2bedcd7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ cc65 -t c128 $< ca65 -t c128 $$(basename $< .c).s -all: config.o kasse.o credit_manager.o general.o +all: config.o kasse.o cl65 -t c128 *.o -o kasse test: config.o test.o