diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2021-08-23 18:33:02 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2021-08-23 18:33:02 +0200 |
commit | 75408d571691b7ada31693cfe90fa672e294fa95 (patch) | |
tree | fa3f93692c5c1e2ddd05efbd1f4619dd516ce288 /Makefile | |
parent | l and h get args, no logmem, embed css, php dep (diff) | |
download | sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.gz sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.bz2 sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.lz sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.xz sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.zst sear.c-75408d571691b7ada31693cfe90fa672e294fa95.zip |
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ clean: rm sear.c tmp -rf prepare: - sudo apt install libmicrohttpd-dev xxd build-essential libxml2-dev -y + sudo apt install libmicrohttpd-dev xxd build-essential libxml2-dev php-cli -y test-http: mkdir -p tmp |