Initial commit

This commit is contained in:
losuler
2021-03-11 20:29:15 +11:00
commit 9744fadaf8
7 changed files with 156 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
install:
flatpak-builder --delete-build-dirs --force-clean --user --install build com.cisco.PacketTracer.yml
uninstall:
flatpak uninstall --delete-data com.cisco.PacketTracer.yml
clean:
rm --recursive --force build .flatpak-builder