diff options
| author | 2025-11-16 12:14:17 +0100 | |
|---|---|---|
| committer | 2025-11-16 12:14:17 +0100 | |
| commit | e9dd9115e21c0a731c1b84120d2013aef9b0b1c9 (patch) | |
| tree | 0e0c420fcf7d64871b2635717f6b9f6c35378839 /Makefile | |
| parent | 111e71e1511b2abff9176bd6c714c8da796f770e (diff) | |
make clean test/build
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ build/%.o: %.c common.h $(CC) $(CFLAGS) -MMD -MP -MT $@ -MF build/$*.d -c -o $@ $< clean: - $(RM) -r build// $(OUT) *.o a.out + $(RM) -r build/ test/build/ $(OUT) *.o a.out .PHONY: clean |