about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-05 14:56:17 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-05 14:56:17 +0200
commit97c224768f79c8f898f647cf409b16cc3d22a681 (patch)
treeda503adf29a872c503be9ffa8d2bdd2d89a4d523 /Makefile
parent774a8f2d098fa242c5bac528e51ca62fca0bd9a4 (diff)
downloadnq-97c224768f79c8f898f647cf409b16cc3d22a681.tar.gz
nq-97c224768f79c8f898f647cf409b16cc3d22a681.tar.xz
nq-97c224768f79c8f898f647cf409b16cc3d22a681.zip
reimplement fq in C.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9a8211..dbd7ccb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 CFLAGS=-g -Wall -O2
-all: nq
+all: nq fq
 nq: nq.c
+fq: fq.c
 clean:
 	rm -f nq
 check: