chiark / gitweb /
hostside: hidrawconv: declarations for hatswitches; impl'n is still no-op
[trains.git] / Makefile
index 8b6a01833113444bb9e6ca3d8be23f28fa71724f..6734166c4573cc42c1e6a1dcd832719dd1a43506 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ all:
        $(call recurse,HOST,recurse)
        $(call recurse,PIC,)
 
+client:
+       $(call recurse,HOST,client)
+
 host: host_recurse
 
 host_%:
@@ -25,4 +28,10 @@ pic_clean:
        $(call recurse,PIC,clean)
 
 clean:         host_clean pic_clean
-tidy:          host_tidy
+               rm -f *~ .*~
+
+tidy:          host_tidy pic_tidy
+
+realclean:
+       $(MAKE) tidy
+       $(MAKE) clean