mirror of
https://github.com/false-schemers/skint.git
synced 2024-11-16 07:47:54 +01:00
Update Makefile
This commit is contained in:
parent
3f63e27044
commit
d989260f3e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ ifeq ($(ARCH),AMD64)
|
||||||
CFLAGS += -D NAN_BOXING
|
CFLAGS += -D NAN_BOXING
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all clean install uninstall
|
.PHONY: all clean realclean install uninstall
|
||||||
|
|
||||||
exe = ./skint
|
exe = ./skint
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue