diff options
| author | Ben Fuhrmannek | 2022-01-12 09:33:09 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2022-01-12 09:33:09 +0100 |
| commit | 494b4e778b93a065f0dd007786f90063f8a25702 (patch) | |
| tree | 6eb5acaecada6a4a753a4173dee917f7503baf1e /Makefile | |
| parent | dd8f34013ea55eb8e6f4e3e4de9c9dc16e02eb9c (diff) | |
make release builds without -j
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ clean: ## clean everything | |||
| 11 | release: ## compile with releases flags | 11 | release: ## compile with releases flags |
| 12 | cd $(SRC); phpize | 12 | cd $(SRC); phpize |
| 13 | cd $(SRC); ./configure --enable-snuffleupagus | 13 | cd $(SRC); ./configure --enable-snuffleupagus |
| 14 | make -C $(SRC) -j4 clean all | 14 | make -C $(SRC) |
| 15 | 15 | ||
| 16 | install: release ## compile and install snuffleupagus | 16 | install: release ## compile and install snuffleupagus |
| 17 | make -C $(SRC) install | 17 | make -C $(SRC) install |
