diff --git a/Makefile b/Makefile index 1bed5b6..db7030c 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,5 @@ all: gcc $(INCLUDE_PATH) -g -o cfe_ts_crc cfe_ts_crc.c clean: - rm cfe_ts_crc + rm -f cfe_ts_crc