Changeset 195 for trunk/Makefile
- Timestamp:
- Nov 7, 2017, 7:13:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r189 r195 153 153 154 154 # ----------------------------------------------------------------------------- 155 # SHOW LICENSE155 # SHOW DISTRIBUTION LICENSE 156 156 # ----------------------------------------------------------------------------- 157 157 license: .SYMBOLIC … … 163 163 @cls 164 164 @type COPYING | more 165 @echo. 166 @pause 167 !endif 168 169 170 171 # ----------------------------------------------------------------------------- 172 # SHOW RELEASE HISTORY 173 # ----------------------------------------------------------------------------- 174 history: .SYMBOLIC 175 !ifdef __LINUX__ 176 @clear 177 @less air-boot.his 178 @echo 179 !else 180 @cls 181 @type air-boot.his | more 165 182 @echo. 166 183 @pause
Note:
See TracChangeset
for help on using the changeset viewer.