]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/LowPowerSensing/java/Makefile
Minor updates to Makefiles for LowPowerSensing application
[tinyos-2.x.git] / apps / tutorials / LowPowerSensing / java / Makefile
index 5bf457392ae5bee60781f355034d040c6d972e3e..9b0a94998ce510952714511879d733348eea9096 100644 (file)
@@ -1,6 +1,7 @@
 GEN=SerialRequestSamplesMsg.java SerialSampleMsg.java Constants.java
 
 SENSOR_DIR = universal_sensors
+#SENSOR_DIR = tmote_onboard_sensors
 SENSOR_DEPS = ../$(SENSOR_DIR)/SensorSample.h
 
 all: LowPowerSensingApp.jar
@@ -28,4 +29,4 @@ clean:
        rm -f *.class $(GEN)
 
 veryclean: clean
-       rm LowPowerSensingApp.jar
+       rm -f LowPowerSensingApp.jar