Skip to content

Commit ff5e23f

Browse files
author
LelixSuper
committed
Fix delete command in Makefile
1 parent bc132d5 commit ff5e23f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ example3: example3.o tinyexpr.o
2929
$(CC) -c $(CCFLAGS) $< -o $@
3030

3131
clean:
32-
rm *.o
33-
rm *.exe
32+
rm -f *.o *.exe example example2 example3 bench test_pr test

0 commit comments

Comments
 (0)