diff options
| author | Max Christian Pohle | 2021-11-23 19:08:26 +0100 |
|---|---|---|
| committer | Max Christian Pohle | 2021-11-23 19:08:26 +0100 |
| commit | 00cca3608962ef1f2ca9672024671221095df54c (patch) | |
| tree | 178326776c795eaf7cb5f19fe043b12a86cc6563 /Makefile | |
| parent | 59ee4b009af2921808887169e85d33a29b6a1d45 (diff) | |
| download | ohmycgi-00cca3608962ef1f2ca9672024671221095df54c.tar.bz2 ohmycgi-00cca3608962ef1f2ca9672024671221095df54c.zip | |
Removed sendfile for now
It is not compatible between linux and freebsd (different number of
parameters)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,5 +15,5 @@ clean: | |||
| 15 | rm -f ./main | 15 | rm -f ./main |
| 16 | 16 | ||
| 17 | %: | 17 | %: |
| 18 | $(CC) $(CFLAGS) -o $@ *.c $(LIBS) | 18 | $(CC) $(CFLAGS) -o $@ cgi.c main.c $(LIBS) |
| 19 | 19 | ||
