We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e694c71 commit d248018Copy full SHA for d248018
makefile
@@ -26,4 +26,4 @@ main.obj : main.c hd.h
26
$(CC) $(CFLAGS) -c main.c
27
28
clean :
29
- del hd-tests.obj hd-tests.exe hd.obj hd.exe main.obj
+ del hd-tests.obj hd-tests.exe hd.obj hd.exe main.obj 2>NUL
0 commit comments