no reason to use amogos flag when testing
This commit is contained in:
parent
9225aec8fa
commit
20fff2ccdf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ build: $(FILES)
|
|||
|
||||
debug:
|
||||
$(CC) $(CFLAGS_DEBUG) -o $(NAME) $(FILES)
|
||||
./$(NAME) -d amogos
|
||||
./$(NAME)
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)$(PREFIX) $(DESTDIR)$(LIBDIR)/uwufetch $(DESTDIR)$(MANDIR)
|
||||
|
|
Loading…
Reference in a new issue