Compare commits
No commits in common. "aa013fa349c8e4cdff5d30db1a79cb19fdc5a2d7" and "bed5c13dc81825a9b3f5a74dbcb27813ce62880e" have entirely different histories.
aa013fa349
...
bed5c13dc8
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
|
@ -1,5 +1,3 @@
|
|||
.SILENT:
|
||||
|
||||
CC := gcc
|
||||
CFLAGS := -Wall -Wextra -O2
|
||||
|
||||
|
|
@ -22,9 +20,6 @@ ELF := $(SRC:.c=.elf)
|
|||
|
||||
all: $(ELF)
|
||||
|
||||
sub:
|
||||
@-find . -mindepth 1 -maxdepth 1 -type d -exec make --no-print-directory -C {} \;
|
||||
|
||||
tags:
|
||||
ctags -R .
|
||||
|
||||
|
|
@ -37,6 +32,5 @@ format:
|
|||
clean:
|
||||
@echo "Cleaning up..."
|
||||
@rm -rf $(OBJ) $(ELF) *.json .cache
|
||||
@find . -mindepth 1 -maxdepth 1 -type d -exec make --no-print-directory -C {} clean \;
|
||||
|
||||
.PHONY: format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue