diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2016-09-04 21:09:33 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2016-09-04 21:09:33 +0200 |
commit | 98a100d547ee80473b96790305dd7e4ae126d67f (patch) | |
tree | c9774c1d84338655f8b5941a64f7580928c4fafe /Makefile | |
parent | 5a4eeaae207a15511039992e80a3174daaead239 (diff) |
Add dependency for ezxml
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ all: mxml ezxml mxml: mxml.c gcc -Wall -lmxml -pthread -o mxml mxml.c -ezxml: ezxmllib.o +ezxml: ezxml.c ezxmllib.o gcc -Wall -o ezxml ezxml.c ezxmllib.o ezxmllib.o: ezxmllib.c |