first stable version
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# -----------------------------------
|
||||
# Fiche MAKEFILE
|
||||
# https://github.com/solusipse/fiche
|
||||
# solusipse.net
|
||||
# -----------------------------------
|
||||
|
||||
CC=gcc
|
||||
CFLAGS=-pthread -O2
|
||||
prefix=/usr/local
|
||||
|
||||
all: fiche.c
|
||||
$(CC) -o fiche $(CFLAGS) fiche.c
|
||||
|
||||
install: fiche
|
||||
install -m 0755 fiche $(prefix)/bin
|
||||
Reference in New Issue
Block a user