diff options
| author | @syxhe <https://t.me/syxhe> | 2025-06-09 16:44:32 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-06-09 16:44:32 -0500 |
| commit | 682c6e29e5b2546ff586a55cea8b81a8c072d3ee (patch) | |
| tree | 0887ca007c04e35b08f0ec2f9c5f8656d3689c87 /src/Makefile | |
| parent | 534a492f2c0bcceac52a287b03dc1ff5eb0b0763 (diff) | |
Doxygen fuckery
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 0ee5897..ff75a8a 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -35,6 +35,7 @@ include $(wildcard $(DEPS)) | |||
| 35 | 35 | ||
| 36 | c clean: | 36 | c clean: |
| 37 | @-rm -rv main $(OBJECTS) $(DEPS) $(wildcard *.test*) $(wildcard *.enc) | 37 | @-rm -rv main $(OBJECTS) $(DEPS) $(wildcard *.test*) $(wildcard *.enc) |
| 38 | $(MAKE) -C ../ clean | ||
| 38 | 39 | ||
| 39 | val: | 40 | val: |
| 40 | $(MAKE) all | 41 | $(MAKE) all |
