diff options
| author | Quentin Rameau <[email protected]> | 2021-05-10 00:34:21 +0200 |
|---|---|---|
| committer | Quentin Rameau <[email protected]> | 2021-05-10 00:37:46 +0200 |
| commit | 327cca048b7780adf0bce343c5a95c9d992683b9 (patch) | |
| tree | 507f85932e319afc7b3f266757e60e418c9c6823 | |
| parent | Bump version to 2.1 (diff) | |
| download | surf-327cca048b7780adf0bce343c5a95c9d992683b9.tar.gz surf-327cca048b7780adf0bce343c5a95c9d992683b9.tar.bz2 surf-327cca048b7780adf0bce343c5a95c9d992683b9.zip | |
Fix distfile generation
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e5d4172..1edf820 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ dist: distclean mkdir -p surf-$(VERSION) cp -R LICENSE Makefile config.mk config.def.h README \ surf-open.sh arg.h TODO.md surf.png \ - surf.1 $(SRC) $(CSRC) $(WSRC) surf-$(VERSION) + surf.1 common.h $(SRC) $(WSRC) surf-$(VERSION) tar -cf surf-$(VERSION).tar surf-$(VERSION) gzip surf-$(VERSION).tar rm -rf surf-$(VERSION) |