mirror of
https://github.com/vbatts/bitorchestra.git
synced 2025-08-02 07:30:29 +00:00
initial commit
This commit is contained in:
commit
0ad2b60a9d
6 changed files with 44 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
FILES := $(basename $(wildcard *.c))
|
||||
|
||||
all: $(FILES)
|
||||
|
||||
%: %.c
|
||||
$(CC) -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -rf $(FILES) *.o *~
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue