repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
tools
/
misc
/
empty
/
0.6-Makefile.patch
blob
6fb494cdf54c9f2962ac98b3f3347904de21717c
1
diff --git a/Makefile b/Makefile
2
index 1fe4c41..2c69558 100644
3
--- a/Makefile
4
+++ b/Makefile
5
@@ -16,7 +16,7 @@ LIBS = -lutil
6
PREFIX = /usr/local
7
8
all:
9
- ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c
10
+ ${CC} ${CFLAGS} -Wall -o empty empty.c ${LIBS}
11
12
FreeBSD: all
13
NetBSD: all