add Makefile
This commit is contained in:
parent
ec865923a5
commit
26904c640f
1 changed files with 11 additions and 0 deletions
11
Makefile
Executable file
11
Makefile
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#CFLAGS = -ggdb -Wall
|
||||||
|
CFLAGS = -Ofast -Wall
|
||||||
|
|
||||||
|
install: all
|
||||||
|
cp zadis /usr/bin/zadis
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(CC) $(CFLAGS) -o zadis adis.c
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -vf adis
|
Loading…
Reference in a new issue