diff options
author | Mattias Andrée <maandree@kth.se> | 2022-01-04 21:15:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-01-04 21:15:13 +0100 |
commit | cb0d932597377a6dbc595dbe13f55c9a2cf1ad00 (patch) | |
tree | 80ec6488e06a260229acb8a45afc44f5c84a3a48 /Makefile | |
parent | Rename to makel (diff) | |
download | makel-cb0d932597377a6dbc595dbe13f55c9a2cf1ad00.tar.gz makel-cb0d932597377a6dbc595dbe13f55c9a2cf1ad00.tar.bz2 makel-cb0d932597377a6dbc595dbe13f55c9a2cf1ad00.tar.xz |
Replace dependency on libsimple with boilerplate code
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,9 +7,11 @@ OBJ =\ makel.o\ makefile.o\ text.o\ - ui.o + ui.o\ + util.o HDR =\ + arg.h\ common.h all: makel |