mirror of
https://github.com/RecentRunner/interception-vimproved-personal.git
synced 2026-06-04 16:19:18 -06:00
Makefile: produce executable
This commit is contained in:
committed by
Nikola Marić
parent
a1234aac8a
commit
8ddea4e1ae
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
||||
CFLAGS += -c -std=c99 -D_POSIX_C_SOURCE=199309L -O3 -g -Wall -Wextra -Werror -Wno-type-limits
|
||||
CFLAGS += -std=c99 -D_POSIX_C_SOURCE=199309L -O3 -g -Wall -Wextra -Werror -Wno-type-limits
|
||||
TIMEOUT ?= 10
|
||||
|
||||
INSTALL_FILE := /opt/interception/interception-pipe-maricn-remap
|
||||
@@ -13,7 +13,7 @@ $(TARGET): $(TARGET).c
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
rm -f $(TARGET) $(TARGET).o
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user