Build .deb package, try to fix endianness issues
diff --git a/as/CMakeLists.txt b/as/CMakeLists.txt
index 7a7b6a5..f5e3989 100644
--- a/as/CMakeLists.txt
+++ b/as/CMakeLists.txt
@@ -14,3 +14,5 @@
 
 
 add_executable(6502-as main.c as.h as.c map.h map.c hash.c hash.c)
+
+install(TARGETS 6502-as)