Minor bugfixes

This commit is contained in:
Nate Choe
2022-01-30 18:02:25 -06:00
parent 1888bb9518
commit ffd41ceab7
2 changed files with 4 additions and 2 deletions

View File

@@ -13,9 +13,9 @@ work/%.o: src/%.c $(wildcard src/include/*.h)
$(CC) $(CFLAGS) $< -c -o $@
install: build/$(OUT)
useradd -M swebs
cp build/$(OUT) $(INSTALLDIR)/$(OUT)
useradd -M swebs
uninstall: $(INSTALLDIR)/$(OUT)
userdel swebs
rm $(INSTALLDIR)/$(OUT)
userdel swebs