Cleanup and fix distclean target
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
CompileFlags:
|
|
||||||
Add: [-D_GNU_SOURCE,-DANIMATE,-DARRAY_ALIGNMENT=64,-I./src/includes,-I./CLANG, -Ofast,-std=c99, -xc]
|
|
||||||
Compiler: clang
|
|
||||||
@@ -52,7 +52,8 @@ clean:
|
|||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(info ===> DIST CLEAN)
|
$(info ===> DIST CLEAN)
|
||||||
@rm -f $(TARGET)
|
@rm -f $(TARGET) .clangd compile_commands.json
|
||||||
|
@rm -rf .cache
|
||||||
|
|
||||||
info:
|
info:
|
||||||
$(info $(CFLAGS))
|
$(info $(CFLAGS))
|
||||||
|
|||||||
Reference in New Issue
Block a user