no reason to use amogos flag when testing

This commit is contained in:
dqnk 2021-12-18 21:39:27 +01:00
parent 9225aec8fa
commit 20fff2ccdf

View file

@ -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)