X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Fexamples%2Fds390%2Ftest390%2FMakefile;h=3d54c0b8cd4a4510a2a42bd7d29f654a93fa40fd;hb=c42e9051755428d14eb620abc9eda86d43479a1a;hp=4abdeead2628528615b1304d07d718a89702f7ac;hpb=5979bbd157a5f3cd8018aed666e4dd41a3e08edf;p=fw%2Fsdcc diff --git a/device/examples/ds390/test390/Makefile b/device/examples/ds390/test390/Makefile index 4abdeead..3d54c0b8 100644 --- a/device/examples/ds390/test390/Makefile +++ b/device/examples/ds390/test390/Makefile @@ -8,7 +8,7 @@ normal : sdcc -mds390 --model-large test390.c clean: - rm mon.ihx *.lst *.rel *.rst *.sym *.cdb *.map *.ihx *.lnk *.asm + rm -f mon.ihx *.lst *.rel *.rst *.sym *.cdb *.map *.ihx *.lnk *.asm sim: ./s51 -t DS390F -Sout=test.lst test390.ihx